Recipients Collection Object

The Recipients collection object contains one or more Recipient objects and specifies the recipients of a message.

Quick Info

Specified in header file:

MDISP.ODL

First available in version:

OLE Messaging Library 1.0

Parent objects:

MessageC062VO

Child objects:

Recipient_SDVUS

Default property:

Item218N6Z5

 

A Recipients collection is considered a small collection, which means that it supports count and index values that let you access an individual Recipient object through the Item property. The Recipients collection supports the Visual Basic For Each statement.

Properties

 
Property name

Available in version

 
Type

 
Access

Application5GI0QO

1.0

String

Read-only

Class1CT5_O0

1.0

Long

Read-only

CountADGKMT

1.0

Long

Read-only

Item218N6Z5

1.0

Recipient object

Read-only

Parent13HN1VR

1.0

Message object

Read-only

ResolvedAJHMDI

1.0

Boolean

Read-only

Session23X3PG

1.0

Session object

Read-only

 

Methods

 
Method name

Available in version

 
Parameters

Add8ETUGE

1.0

(optional) name as String,
(optional) address as String,
(optional) type as Long,
(optional) entryID as String

Delete1N3OMTX

1.0

(none)

Resolve1_7QUS9

1.0

(optional) showDialog as Boolean

 

See Also

Object CollectionsH0P41I